home *** CD-ROM | disk | FTP | other *** search
- /* CSS Document
-
- Aceste formatari sunt comune tuturor paginilor
- Orice formatari aditionale vor fi facute in-line
- */
- BODY
- {
- background-image:url(../images/aethera-home.png);
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:center;
- color:#800040;
- padding-top:0;
- margin-left:10px;
- }
-
- P
- {
- font-size:14px;
- color:#000040;
- text-align:left;
- font-weight:100;
- padding-left:20px;
- }
- P:first-line
- {
- text-indent:20px;
- }
-
- P.pageTitle
- {
- font-size:28px;
- color:#000040;
- text-align:center;
- font-weight: 900;
- }
-
- P.sectionTitle
- {
- font-size:14px;
- text-align:left;
- font-weight:400;
- background-color:#000040;
- padding: 4px;
- padding-left:10px;
- color:#fff;
- }
-
- P.attention
- {
- font-size:14px;
- font-weight:600;
- background-color:#fe754f;
- padding: 10px 10px 10px 10px;
- color:#fff;
- text-align:center;
- margin-left:40px;
- margin-right:40px;
- }
-
- P.tip
- {
- font-size:12px;
- font-weight:600;
- background-color:#b7b5e5;
- padding: 10px 10px 10px 10px;
- color:#1e1a43;
- text-align:center;
- margin-left:40px;
- margin-right:40px;
- }
-
- A.helpLink
- {
- text-decoration:none;
- color:#a81700;
- font-weight:bold;
- }
-
- ul
- {
- text-decoration:none;
- color:#000040;
- }
- ol
- {
- text-decoration:none;
- color:#000040;
- }
-
-